home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / Sprite Maker / SprMake.txt < prev   
Text File  |  1999-02-09  |  2KB  |  74 lines

  1. Half-Life Sprite Maker v1.00 Beta
  2. =================================
  3.  
  4. Written by David Flor (a.k.a. Nighthawk)
  5.   (c) 1999, Mach III Enterprises
  6.   EMail: dflor@mach3.com
  7.   Site:  http://www.planethalflife.com/mach3/
  8.  
  9.  
  10. Release Notes:
  11. ==============
  12.  
  13. Considering I didn't bother with all the effort of making a full-blown
  14. editing program, this was another easy task. 
  15.  
  16.  
  17. Version History:
  18. ================
  19.  
  20. V1.00:
  21. ======
  22. The first version, hopefully to stifle the mass requests...
  23.  
  24. - The application isn't really smart about the bitmap color tables, so
  25.   it uses the palette of the FIRST bitmap in the list.
  26. - Bitmaps must be 8-bit; I'm not even going to think about a 24 to 8
  27.   bit indexing scheme yet!
  28. - The filename is in the same format as created with the "SprView"
  29.   application: the name, then a zero padded three digit sequential number.
  30.   Any gaps in the numbering sequence and the program assumes its done.
  31.  
  32.  
  33. Usage:
  34. ======
  35.  
  36. At the MS-DOS command line (some people do still remember what DOS looks
  37. like, right?):
  38.  
  39. sprmake.exe <-t 0-4> filename
  40.  
  41. -t: Transparency method
  42.    0: Normal (default)
  43.    1: Additive (full color texture, to be blended with additive transparency)
  44.    2: Index Alpha (full color, palette index is alpha)
  45.    3: Alpha Test (full color, 255 is a "hole"... ask Valve what that means!)
  46.  
  47. <filename>: Base filename of sequentially numbered BMP files
  48.  
  49. Output sprite name will be base filename with ".SPR" extension, in the same
  50.  directory as the source.
  51.  
  52.  
  53. Comments / Suggestions:
  54. =======================
  55. Send EMails to "dflor@mach3.com"
  56.  
  57. Also, visit Mach III, the Mecca of Half-Life Development at
  58. "http://www.planethalflife.com/mach3/"
  59.  
  60.  
  61. Donations:
  62. ==========
  63.  
  64. I'm not asking for money, but if you like the product and are feeling
  65. particularly generous, send any donations of any amount to:
  66.  
  67.     Mach III Enterprises
  68.     8107 S.W. 72nd Avenue, Suite 313E
  69.     Miami, Florida 33143
  70.  
  71. Tnx & Rgds...
  72. David Flor, aka Nighthawk
  73. Mach III Enterprises
  74.